home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / jam / jamdisk7 / inc9110b.lzh / include / sys / file.h < prev    next >
C/C++ Source or Header  |  1991-02-12  |  181b  |  15 lines

  1. /* dummy */
  2. /* just enough for gcc compilation (modes for access())
  3.  * sjw 12.2.91
  4.  */
  5.  
  6. #ifndef __FILE_H__
  7. #define __FILE_H__
  8.  
  9. #define X_OK 1
  10. #define W_OK 2
  11. #define R_OK 4
  12.  
  13. #endif
  14.  
  15.